object AdvMailManagement: TAdvMailManagement Left = 262 Top = 198 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Advanced Mail Management' ClientHeight = 438 ClientWidth = 445 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Book: TPageControl Left = 0 Top = 0 Width = 445 Height = 401 ActivePage = tsIMAP Align = alTop TabOrder = 0 object tsDelete: TTabSheet Caption = 'Deletion' object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 417 Height = 121 Caption = 'Normal deletion (Delete key/toolbar button)' TabOrder = 0 object rbDelTrash: TRadioButton Left = 16 Top = 24 Width = 385 Height = 17 Caption = 'Move messages to the Trash folder' TabOrder = 0 OnClick = rbDelTrashClick end object rbDelMark: TRadioButton Left = 16 Top = 44 Width = 385 Height = 17 Caption = 'Mark as deleted, do not use the Trash folder' TabOrder = 1 OnClick = rbDelTrashClick end object rbDelFolder: TRadioButton Left = 16 Top = 64 Width = 393 Height = 17 Caption = 'Move to the specified folder' TabOrder = 2 OnClick = rbDelTrashClick end object eDelFolder: TEdit Left = 32 Top = 88 Width = 257 Height = 21 ReadOnly = True TabOrder = 3 end object bDelFolder: TButton Left = 296 Top = 86 Width = 113 Height = 25 Caption = 'Browse' TabOrder = 4 OnClick = bDelFolderClick end end object GroupBox2: TGroupBox Left = 8 Top = 136 Width = 417 Height = 145 Caption = 'Alternative deletion (Shift+Delete key/toolbar button)' TabOrder = 1 object rbAltDelTrash: TRadioButton Left = 16 Top = 24 Width = 385 Height = 17 Caption = 'Move messages to the Trash folder' TabOrder = 0 OnClick = rbAltDelTrashClick end object rbAltDelMark: TRadioButton Left = 16 Top = 44 Width = 385 Height = 17 Caption = 'Mark as deleted, do not use the Trash folder' TabOrder = 1 OnClick = rbAltDelTrashClick end object rbAltDelFolder: TRadioButton Left = 16 Top = 64 Width = 393 Height = 17 Caption = 'Move to the specified folder' TabOrder = 2 OnClick = rbAltDelTrashClick end object eAltDelFolder: TEdit Left = 32 Top = 88 Width = 257 Height = 21 ReadOnly = True TabOrder = 3 end object bAltDelFolder: TButton Left = 296 Top = 86 Width = 113 Height = 25 Caption = 'Browse' TabOrder = 4 OnClick = bAltDelFolderClick end object cbAltPurge: TCheckBox Left = 16 Top = 120 Width = 385 Height = 17 Caption = 'Use alternative deletion method for purging folders' TabOrder = 5 end end object cbCompressEmpty: TCheckBox Left = 16 Top = 296 Width = 409 Height = 17 Caption = '&Compress emptied folders automatically' TabOrder = 2 end object cbPurgeUnread: TCheckBox Left = 16 Top = 320 Width = 409 Height = 17 Caption = 'Purge &Unread messages' TabOrder = 3 end object cbDelMarkRead: TCheckBox Left = 16 Top = 344 Width = 409 Height = 17 Caption = 'Mark deleted messages as read' TabOrder = 4 end end object tsIMAP: TTabSheet Caption = 'IMAP' ImageIndex = 1 object Label1: TLabel Left = 16 Top = 8 Width = 75 Height = 13 Caption = '&Quick configure' end object lFullSmaller: TLabel Left = 328 Top = 186 Width = 36 Height = 13 Caption = 'K Bytes' Visible = False end object lMultiPort: TLabel Left = 216 Top = 226 Width = 174 Height = 13 Caption = 'concurrent connections to the server' Visible = False end object cbGetStruct: TCheckBox Left = 16 Top = 64 Width = 401 Height = 17 Caption = 'Retrieve message structures together with message headers' TabOrder = 0 end object cbQuickConfig: TComboBox Left = 16 Top = 24 Width = 409 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 OnChange = cbQuickConfigChange Items.Strings = ( '' 'Fast/permanent connection' 'Slow connection') end object cbGetTextOnly: TCheckBox Left = 16 Top = 160 Width = 401 Height = 17 Caption = 'When browsing messages, retrieve only message text' TabOrder = 2 Visible = False OnClick = cbFullSmallerClick end object cbFullSmaller: TCheckBox Left = 40 Top = 184 Width = 201 Height = 17 Caption = 'except messages smaller than' TabOrder = 3 Visible = False OnClick = cbFullSmallerClick end object eFullSmaller: TXSpinEdit Left = 248 Top = 182 Width = 73 Height = 21 TabOrder = 4 Text = '0' Visible = False MinValue = 0 MaxValue = 0 Value = 0 Step = 1 end object cbCompressClose: TCheckBox Left = 16 Top = 88 Width = 393 Height = 17 Caption = 'Compress folders when switching to another folder' TabOrder = 5 end object cbDisconnectAfterSync: TCheckBox Left = 16 Top = 112 Width = 401 Height = 17 Caption = 'Automatically disconnect after synchronisation' TabOrder = 6 end object cbRefresh: TCheckBox Left = 16 Top = 136 Width = 225 Height = 17 Caption = 'When on-line, refresh folders every' TabOrder = 7 OnClick = cbRefreshClick end object eRefresh: TXSpinEdit Left = 248 Top = 134 Width = 73 Height = 21 TabOrder = 8 Text = '0' MinValue = 0 MaxValue = 0 Value = 0 Step = 1 end object cbRefreshType: TComboBox Left = 328 Top = 134 Width = 97 Height = 21 Style = csDropDownList ItemHeight = 13 ItemIndex = 0 TabOrder = 9 Text = 'seconds' Items.Strings = ( 'seconds' 'minutes') end object cbMultiPort: TCheckBox Left = 16 Top = 224 Width = 121 Height = 17 Caption = 'Allow up to' TabOrder = 10 Visible = False OnClick = cbMultiPortClick end object eMultiPort: TXSpinEdit Left = 144 Top = 222 Width = 65 Height = 21 TabOrder = 11 Text = '1' Visible = False MinValue = 1 MaxValue = 100 Value = 1 Step = 1 end end end object bOK: TButton Left = 224 Top = 408 Width = 99 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 end object bCancel: TButton Left = 336 Top = 408 Width = 97 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end